home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / InspectStat.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-08-04  |  1.2 KB  |  89 lines

  1. Plot2D = {
  2.     SUPERCLASS = Plot1D;
  3. };
  4. Plot1D = {
  5.     OUTLETS = {
  6.     hcntl;
  7.     bkCache;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. InspectBase = {
  17.     ACTIONS = {
  18.     windowDidUpdate:;
  19.     };
  20.     OUTLETS = {
  21.     selectedPlot;
  22.     hDraw;
  23.     contentBox;
  24.     graphicView;
  25.     graphic;
  26.     theInspector;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. InspectStat = {
  31.     ACTIONS = {
  32.     createImage:;
  33.     create2ndImage:;
  34.     };
  35.     OUTLETS = {
  36.     stat2ndBox;
  37.     statMatrix;
  38.     statBox;
  39.     statRowLabels;
  40.     statHBox;
  41.     stat2ndMatrix;
  42.     };
  43.     SUPERCLASS = InspectBase;
  44. };
  45. GraphicView = {
  46.     ACTIONS = {
  47.     takeTextColorFrom:;
  48.     paste:;
  49.     alignToGrid:;
  50.     selectAll:;
  51.     hideGrid:;
  52.     takeGridValueFrom:;
  53.     changeAspectRatio:;
  54.     group:;
  55.     delete:;
  56.     takeLineJoinFrom:;
  57.     takeFrameValueFrom:;
  58.     takeGridGrayFrom:;
  59.     bringToFront:;
  60.     enableGrid:;
  61.     takeLineArrowFrom:;
  62.     setCurrentGraphic:;
  63.     ungroup:;
  64.     takeGrayValueFrom:;
  65.     changeFont:;
  66.     unlock:;
  67.     takeLineWidthFrom:;
  68.     deselectAll:;
  69.     copy:;
  70.     takeLineCapFrom:;
  71.     sizeToGrid:;
  72.     sendToBack:;
  73.     takeFillColorFrom:;
  74.     takeFillValueFrom:;
  75.     takeLineColorFrom:;
  76.     lock:;
  77.     cut:;
  78.     };
  79.     OUTLETS = {
  80.     slist;
  81.     cacheWindow;
  82.     glist;
  83.     };
  84.     SUPERCLASS = View;
  85. };
  86. HGraphicView = {
  87.     SUPERCLASS = GraphicView;
  88. };
  89.